decorative banner

Including Web links in a SWF file


    The Include Layer Marker Web Links option adds Web links and a Get URL action to the SWF file by using information from layer markers that you add in the Timeline window. (To create layer markers, see Creating Web links from markers.) This option also adds a frame label to each SWF frame that has a layer marker. You can specify how the browser opens the Web link with standard target commands (for example, "_blank").

    _blank

    Loads the Web link into a new browser window.

    _parent

    Loads the Web link into the parent frame of the frame in which the current file is playing.

    _self

    Loads the Web link into the current frame.

    _top

    Loads the Web link into the top frame in the current window.

    _level0

    Loads another SWF file into level 0. The current file typically plays at level 0; another file loaded into level 0 usually replaces the current file. Note that the URL must refer to another SWF file.

    _level1

    Loads another SWF file into level 1 if the URL refers to another SWF file.